MAM SDK for iOS and iPadOS
CTXMAMLocalAuth.h
Includes
<UIKit/UIKit.h>Introduction
Used as the init header for the CTXMAMLocalAuth.framework.
Including this header into your source files will add all required headers in order to implement the CTXMAMLocalAuth framework properly into your project.ProtocolsCTXMAMLocalAuthSdkDelegate
Protocol to be implemented when you want your app to receive call backs from LocalAuth SDK.Methods+isInactivityTimerActive
Returns whether the Inactivity Timer Policy is enabled and the Local Auth SDK is actively enforcing this policy.+setDelegate
Register the delegate to receive Local Auth SDK callbacks.isInactivityTimerActiveReturns whether the Inactivity Timer Policy is enabled and the Local Auth SDK is actively enforcing this policy.+(BOOL)isInactivityTimerActive;setDelegate
Register the delegate to receive Local Auth SDK callbacks.+(void)setDelegate:(id |
CTXMAMLocalAuth.h
In this article
Copied!
Failed!