Portico (class)
Namespace: PorticoXR
Provides access to core Portico features.
Events
| Event |
Type |
Summary |
| OnInitialized |
InitializeResultHandler |
Event triggered when the Initialize process is complete. |
Properties
| Property |
Type |
Summary |
| IsAvailable |
bool |
Returns true if a Portico session is available to the app instance (typically when launched via the Portico App). |
| IsInitialized |
bool |
If the Portico SDK has authenticated and is initialized. |
| ModuleName |
string |
Get the loaded module name (if applicable). |
| Session |
SessionData |
The current Portico session. |
Methods
| Method |
Return Type |
Parameters |
Summary |
| Initialize |
void |
- |
Initialize your Portico session. |
| InitializeAsync |
Task<bool> |
- |
Initialize your Portico session and await the result. |
| ReturnToLauncher |
bool |
- |
Return to the Portico App. |