Difference between revisions of "PersonaSelectionEventsHandler"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the PersonaSelectionEventsHandler class)
(Documentation for the PersonaSelectionEventsHandler class)
 
Line 15: Line 15:
 
:{{CSharp|void PersonaReset(IComponentActivity context, IConnectionIdentity identity)}}
 
:{{CSharp|void PersonaReset(IComponentActivity context, IConnectionIdentity identity)}}
  
:{{CSharp|void PersonaSelect(IComponentActivity context, IConnectionIdentity identity, bool firstNavigate, bool switchingPersona)}}
+
:{{CSharp|void PersonaSelect(IComponentActivity context, IConnectionIdentity identity, bool switchingPersona)}}
  
 
:{{CSharp|void PersonaSelected(IComponentActivity context, IConnectionIdentity identity, bool isNewPersona)}}
 
:{{CSharp|void PersonaSelected(IComponentActivity context, IConnectionIdentity identity, bool isNewPersona)}}
  
 
__NOTOC____NOEDITSECTION__
 
__NOTOC____NOEDITSECTION__

Latest revision as of 12:22, 5 March 2018

This class implements a Layer Two extensibility point as virtual members which can be overriden as needed. Derive from this class to provide your own implementation.

See also: IPersonaSelectionEvents

Remarks [edit]

Methods

void AbilitiesInitialized(IComponentActivity context, IConnectionIdentity identity)
void InitializeAbilities(IComponentActivity context, IConnectionIdentity identity)
void PersonaCreated(Guid personaID, string name, Guid accountID, Guid worldID)
void PersonaReset(IComponentActivity context, IConnectionIdentity identity)
void PersonaSelect(IComponentActivity context, IConnectionIdentity identity, bool switchingPersona)
void PersonaSelected(IComponentActivity context, IConnectionIdentity identity, bool isNewPersona)