CTXMAMAppCore.h

Includes:

Introduction

The CTXMAMAppCore.h header is used as the main header for the CTXMAMAppCore framework. Include this header in your source files to add all required headers needed to implement the CTXMAMAppCore framework in your project.

Methods

+performLogon:

  • The +performLogon: API is used to sign in to the Secure Hub. This API is called to ensure that the user is signed in and prompt for a sign in if not signed in.

performLogon

The +performLogon: API is used to sign in to the Secure Hub. This API is called to ensure that the user is signed in and prompt for a sign in if not signed in.

+(void) performLogon:(void(^ _Nullable)(BOOL success))completionBlock;
<!--NeedCopy-->

Parameters

completionBlock

  • Completion block with the status of the sign in request. Argument success is set to YES if already signed in or signing in was successful.
CTXMAMAppCore.h