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