C# Class EasyMobile.Internal.Privacy.iOSConsentDialog

Inheritance: IPlatformConsentDialog
ファイルを表示 Open project: samdogg7/Dino-Dash

Private Properties

Property Type Description
GetListenerInfo iOSConsentDialogListenerInfo
OnNativeDialogCompleted void
OnNativeDialogDismissed void
OnNativeToggleStateUpdated void
_ConsentDialog_IsShowing bool
_ConsentDialog_SetButtonEnabled void
_ConsentDialog_SetToggleEnabled void
_ConsentDialog_SetToggleIsOn void
_ConsentDialog_Show void
iOSConsentDialog UnityEngine

Public Methods

Method Description
IsShowing ( ) : bool
SetButtonInteractable ( string buttonId, bool interactable ) : void
SetToggleInteractable ( string toggleId, bool interactable ) : void
SetToggleIsOn ( string toggleId, bool isOn, bool animated ) : void
Show ( string title, string content, bool isDimissible ) : void

Private Methods

Method Description
GetListenerInfo ( EasyMobile.Internal.Privacy.NativeConsentDialogListener listener ) : iOSConsentDialogListenerInfo
OnNativeDialogCompleted ( string jsonResults ) : void
OnNativeDialogDismissed ( ) : void
OnNativeToggleStateUpdated ( string toogleId, bool isOn ) : void
_ConsentDialog_IsShowing ( ) : bool
_ConsentDialog_SetButtonEnabled ( string buttonId, bool enabled ) : void
_ConsentDialog_SetToggleEnabled ( string toggleId, bool enabled ) : void
_ConsentDialog_SetToggleIsOn ( string toggleId, bool isOn, bool animated ) : void
_ConsentDialog_Show ( string title, string contentElements, bool isDismissible, iOSConsentDialogListenerInfo &listenerInfo ) : void
iOSConsentDialog ( ) : UnityEngine

Method Details

IsShowing() public method

public IsShowing ( ) : bool
return bool

SetButtonInteractable() public method

public SetButtonInteractable ( string buttonId, bool interactable ) : void
buttonId string
interactable bool
return void

SetToggleInteractable() public method

public SetToggleInteractable ( string toggleId, bool interactable ) : void
toggleId string
interactable bool
return void

SetToggleIsOn() public method

public SetToggleIsOn ( string toggleId, bool isOn, bool animated ) : void
toggleId string
isOn bool
animated bool
return void

Show() public method

public Show ( string title, string content, bool isDimissible ) : void
title string
content string
isDimissible bool
return void