C# 클래스 EasyMobile.Internal.Privacy.iOSConsentDialog

상속: IPlatformConsentDialog
파일 보기 프로젝트 열기: samdogg7/Dino-Dash

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

IsShowing() 공개 메소드

public IsShowing ( ) : bool
리턴 bool

SetButtonInteractable() 공개 메소드

public SetButtonInteractable ( string buttonId, bool interactable ) : void
buttonId string
interactable bool
리턴 void

SetToggleInteractable() 공개 메소드

public SetToggleInteractable ( string toggleId, bool interactable ) : void
toggleId string
interactable bool
리턴 void

SetToggleIsOn() 공개 메소드

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

Show() 공개 메소드

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