@Deprecated public class AdvancedUIManagerWrapper extends BaseUIManager
UIManager.UIManagerListener
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<AdvancedUIManagerWrapper> |
CREATOR
Deprecated.
|
listener, THEME_ID_NOT_SET
Constructor and Description |
---|
AdvancedUIManagerWrapper(AdvancedUIManager advancedUIManager,
int themeId)
Deprecated.
|
AdvancedUIManagerWrapper(android.os.Parcel source)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
describeContents()
Deprecated.
|
AdvancedUIManager |
getAdvancedUIManager()
Deprecated.
|
android.app.Fragment |
getBodyFragment(LoginFlowState state)
Deprecated.
Returns a custom fragment for the body in the middle of the scrollable container.
|
ButtonType |
getButtonType(LoginFlowState state)
Deprecated.
Returns the button type for the given login state.
|
android.app.Fragment |
getFooterFragment(LoginFlowState state)
Deprecated.
Returns a custom fragment for the bottom of the content in the scrollable container.
|
android.app.Fragment |
getHeaderFragment(LoginFlowState state)
Deprecated.
Returns a custom fragment for the top of the content in the scrollable container.
|
TextPosition |
getTextPosition(LoginFlowState state)
Deprecated.
Returns the position of the text relative to the content body fragment.
|
void |
onError(AccountKitError error)
Deprecated.
Called when an error is encountered and should be displayed in the UI.
|
void |
setUIManagerListener(UIManager.UIManagerListener listener)
Deprecated.
Sets the listener supplied by Account Kit, which can be used to send messages back to the
current state.
|
void |
writeToParcel(android.os.Parcel dest,
int flags)
Deprecated.
|
getThemeId, setThemeId, updateFlowState
public static final android.os.Parcelable.Creator<AdvancedUIManagerWrapper> CREATOR
public AdvancedUIManagerWrapper(AdvancedUIManager advancedUIManager, @StyleRes int themeId)
public AdvancedUIManagerWrapper(android.os.Parcel source)
@Deprecated public AdvancedUIManager getAdvancedUIManager()
@Nullable public android.app.Fragment getBodyFragment(LoginFlowState state)
getBodyFragment
in class BaseUIManager
state
- the current state of the login flow@Nullable public ButtonType getButtonType(LoginFlowState state)
getButtonType
in class BaseUIManager
state
- the current state of the login flow@Nullable public android.app.Fragment getFooterFragment(LoginFlowState state)
getFooterFragment
in class BaseUIManager
state
- the current state of the login flow@Nullable public android.app.Fragment getHeaderFragment(LoginFlowState state)
getHeaderFragment
in class BaseUIManager
state
- the current state of the login flow@Nullable public TextPosition getTextPosition(LoginFlowState state)
getTextPosition
in class BaseUIManager
state
- the current state of the login flowpublic void setUIManagerListener(UIManager.UIManagerListener listener)
UIManager
setUIManagerListener
in interface UIManager
setUIManagerListener
in class BaseUIManager
listener
- the listener objectpublic void onError(AccountKitError error)
onError
in class BaseUIManager
error
- the errorpublic int describeContents()
describeContents
in interface android.os.Parcelable
describeContents
in class BaseUIManager
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable
writeToParcel
in class BaseUIManager