Enumerations
The following enumerations are available globally.
-
A class that represents available WebSDK exposed events.
https://developers.gigya.com/display/GD/Events#Events-Screen-SetEvents
See moreDeclaration
Swift
public enum GigyaPluginEvent<T> where T : GigyaAccountProtocol
-
The
GigyaSocialProvidersit is list of supported providers.https://developers.gigya.com/display/GD/Social+Login#SocialLogin-SupportedProviders
See moreDeclaration
Swift
public enum GigyaSocialProviders -
The
See moreGigyaNativeSocialProvidersit is list of supported native providers.Declaration
Swift
public enum GigyaNativeSocialProviders : String, CaseIterable
-
The
See moreGigyaApiResultis an Enum representing a network response.Declaration
Swift
public enum GigyaApiResult<ResponseType> -
The
See moreGigyaLoginResultis an Enum representing a result from login api.Declaration
Swift
public enum GigyaLoginResult<ResponseType> where ResponseType : GigyaAccountProtocol -
The
See moreGigyaInterruptionsis an Enum representing account interruptions handling.Declaration
Swift
public enum GigyaInterruptions<T> where T : GigyaAccountProtocol -
The
See moreGigyaBiometricResultis an Enum representing a biometric result.Declaration
Swift
public enum GigyaBiometricResult
Enumerations Reference