Uses of Class
com.blackberry.workspaces.api.sdk.Enums.SignInType
-
Packages that use Enums.SignInType Package Description com.blackberry.workspaces.api.sdk -
-
Uses of Enums.SignInType in com.blackberry.workspaces.api.sdk
Methods in com.blackberry.workspaces.api.sdk that return Enums.SignInType Modifier and Type Method Description Enums.SignInType
APISession. getSignInMethods(String email)
getSignInMethodsEnums.SignInType
SignInManager. getSignInMethods(String email)
getSignInMethods gets the SignInMethods the server supports.Enums.SignInType
SignInManager. supportedMethod()
supportedMethodstatic Enums.SignInType
Enums.SignInType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Enums.SignInType[]
Enums.SignInType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-