Class DynamicGameStateTokenConfirmationWindow
The window for dynamic game state token confirmation.
Inheritance
DynamicGameStateTokenConfirmationWindow
Implements
Inherited Members
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class DynamicGameStateTokenConfirmationWindow : Window, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
Methods
View SourceShowWindow(DynamicGameStateToken)
Shows the dynamic game state token confirmation window.
Declaration
public bool? ShowWindow(DynamicGameStateToken token)
Parameters
Type | Name | Description |
---|---|---|
DynamicGameStateToken | token | The token being confirmed. |
Returns
Type | Description |
---|---|
bool? | A value indicating whether the confirmation succeeded. |