SignInPopupController class
SignInPopupController
Inheritance
Base: game.ui.BaseGOGProfileController
Derived
None.
Properties
| Property | Type | |
|---|---|---|
qrCodeContainerRef | ink.WidgetReference | scripted |
qrImageWidgetRef | ink.ImageWidgetReference | scripted |
hyperlinkButtonRef | ink.WidgetReference | scripted |
closeButtonRef | ink.WidgetReference | scripted |
introAnimationName | CName | scripted |
data | SignInPopupData? | scripted |
requestHandler | WeakHandle<ink.ISystemRequestsHandler> | scripted |
introAnimProxy | ink.anim.Proxy? | scripted |
signinUrl | string | scripted |
signInQrCodeController | WeakHandle<SignInQrCodeController> | scripted |
Functions
bool OnInitialize()RTTIbool OnUninitialize()RTTIvoid Close()RTTIbool OnRefreshGOGState(game.ui.RefreshGOGState evt)RTTIbool OnRelease(ink.PointerEvent evt)RTTIbool OnPressHyperlink(ink.PointerEvent evt)RTTIbool OnPressClose(ink.PointerEvent evt)RTTIbool OnOutroAnimationFinished(ink.anim.Proxy proxy)RTTI