AKFAdvancedUIManager
このクラスには新しいバージョンがあります。ご確認ください。 最新バージョン

Manager for advanced UI configuration.

Extends Protocol:NSObject
Declared in:AKFAdvancedUIManager.h
インスタンスメソッド
actionBarViewForState:

Returns a custom view to use above the scrollable content.

パラメーター説明
state

The current state of the login flow

- (nullable UIView *) actionBarViewForState:(AKFLoginFlowState)state;
宣言されたアイテム: AKFAdvancedUIManager.h
bodyViewForState:

Returns a custom view for the body in the middle of the scrollable container.

パラメーター説明
state

The current state of the login flow

- (nullable UIView *) bodyViewForState:(AKFLoginFlowState)state;
宣言されたアイテム: AKFAdvancedUIManager.h
buttonTypeForState:

Returns the button type for the given login state.

パラメーター説明
state

The current state of the login flow

- (AKFButtonType) buttonTypeForState:(AKFLoginFlowState)state;
Discussion:

This method is only called for PhoneLogin, EmailLogin and ConfirmationCode states.

宣言されたアイテム: AKFAdvancedUIManager.h
footerViewForState:

Returns a custom view for the bottom of the content in the scrollable container.

パラメーター説明
state

The current state of the login flow

- (nullable UIView *) footerViewForState:(AKFLoginFlowState)state;
宣言されたアイテム: AKFAdvancedUIManager.h
headerViewForState:

Returns a custom view for the top of the content in the scrollable container.

パラメーター説明
state

The current state of the login flow

- (nullable UIView *) headerViewForState:(AKFLoginFlowState)state;
宣言されたアイテム: AKFAdvancedUIManager.h
setActionController:

Provides a controller for the receiver that can send messages back to the current controller.

パラメーター説明
actionController

The action controller

- (void) setActionController:(nonnull id<AKFAdvancedUIActionController>)actionController;
Discussion:

This method will be called before any views are retrieved.

宣言されたアイテム: AKFAdvancedUIManager.h
setError:

Called when an error is encountered and should be displayed in the UI.

パラメーター説明
error

The error

- (void) setError:(nonnull NSError *)error;
Discussion:

This method will be called before the views are retrieved.

宣言されたアイテム: AKFAdvancedUIManager.h
textPositionForState:

Returns the position of the text relative to the content body view.

パラメーター説明
state

The current state of the login flow

- (AKFTextPosition) textPositionForState:(AKFLoginFlowState)state;
宣言されたアイテム: AKFAdvancedUIManager.h