Property | Type | Description | |
---|---|---|---|
AUTH_INTERVAL_HOUR | int | ||
pb | Playbasis |
Method | Description | |
---|---|---|
Auth ( bool forced = false ) : void | ||
Register ( User user, bool async ) : string | ||
Register ( int userId, SPRemoteEventProperties properties, bool async ) : string | ||
TriggerAction ( int userId, SPRemoteEventProperties properties, string action, bool tryAuth = true ) : void | ||
TriggerAction ( int userId, string action, bool tryAuth = true ) : void | ||
printHandler ( Object sender, |
Method | Description | |
---|---|---|
PlaybasisHelper ( ) : System |
public Register ( User user, bool async ) : string | ||
user | User | |
async | bool | |
return | string |
public Register ( int userId, SPRemoteEventProperties properties, bool async ) : string | ||
userId | int | |
properties | SPRemoteEventProperties | |
async | bool | |
return | string |
public TriggerAction ( int userId, SPRemoteEventProperties properties, string action, bool tryAuth = true ) : void | ||
userId | int | |
properties | SPRemoteEventProperties | |
action | string | |
tryAuth | bool | |
return | void |
public TriggerAction ( int userId, string action, bool tryAuth = true ) : void | ||
userId | int | |
action | string | |
tryAuth | bool | |
return | void |
public static printHandler ( Object sender, |
||
sender | Object | |
e | ||
return | void |