EMSystemFaceAuthService Class Reference
| Inherits from | NSObject |
|---|---|
| Conforms to | EMAuthService |
| Declared in | EMSystemFaceAuthService.h |
+ serviceWithModule:
Designated constructor. Returns the EMSystemFaceAuthService object created using the EMAuthModule
+ (EMSystemFaceAuthService *)serviceWithModule:(EMAuthModule *)moduleParameters
module |
an instance of EMAuthModule |
|---|
Return Value
EMSystemFaceAuthService instance.
Availability
4.6
Declared In
EMSystemFaceAuthService.h
+ setIsSupportedFallback:
Sets the fallback block
+ (void)setIsSupportedFallback:(IsSupportedFallback)fallbackParameters
fallback |
The fallback block |
|---|
Availability
4.6
Declared In
EMSystemFaceAuthService.h
+ getIsSupportedFallback
Returns the fallback block to override whether or not an unidentified device supports SystemFaceAuth service or not.
+ (IsSupportedFallback)getIsSupportedFallbackAvailability
4.6
Declared In
EMSystemFaceAuthService.h