Property | Type | Description | |
---|---|---|---|
showErrorMessageSegments | bool |
Property | Type | Description | |
---|---|---|---|
CreateHeaderView | UIView | ||
DisplayConnectStatusMessage | void | ||
DisplayErrorMessage | void | ||
DisplayErrorMessage | void | ||
DisplayErrorMessageSegments | void | ||
DisplayReturnMessage | void | ||
DisplayWildcardPresenceMessage | void | ||
ShowAlertType1 | void | ||
ShowAlertType2 | void | ||
ShowAlertType3 | void |
Method | Description | |
---|---|---|
AddChannelToChannelGroup ( ) : void | ||
AuthKey ( ) : void | ||
ChangeUuid ( ) : void | ||
DelUserState ( ) : void | ||
DetailedHistory ( ) : void | ||
Display ( string strText ) : void | ||
GetChannelFromChannelGroup ( ) : void | ||
GetTime ( ) : void | ||
GetUserState ( ) : void | ||
GlobalHereNow ( ) : void | ||
HereNow ( ) : void | ||
Presence ( ) : void | ||
PresenceAudit ( ) : void | ||
PresenceGrant ( ) : void | ||
PresenceRevoke ( ) : void | ||
Publish ( ) : void | ||
Pubnub_MessagingSub ( string channelName, string channelGroupName, string cipher, bool enableSSL, Pubnub pubnub ) : System | ||
RemoveChannelFromChannelGroup ( ) : void | ||
SetPresenceHeartbeat ( ) : void | ||
SetPresenceInterval ( ) : void | ||
SetUserStateJson ( ) : void | ||
SetUserStateKeyVal ( ) : void | ||
Subscribe ( ) : void | ||
SubscribeAudit ( ) : void | ||
SubscribeGrant ( ) : void | ||
SubscribeRevoke ( ) : void | ||
Unsub ( ) : void | ||
UnsubPresence ( ) : void | ||
WhereNow ( ) : void |
Method | Description | |
---|---|---|
CreateHeaderView ( int iViewHeight ) : UIView | ||
DisplayConnectStatusMessage ( string result ) : void |
Callback method to provide the connect status of Subscribe call
|
|
DisplayErrorMessage ( PubnubClientError result ) : void |
Callback method for error messages
|
|
DisplayErrorMessage ( string result ) : void |
Callback method to provide the connect status of Subscribe call
|
|
DisplayErrorMessageSegments ( PubnubClientError pubnubError ) : void | ||
DisplayReturnMessage ( string result ) : void | ||
DisplayWildcardPresenceMessage ( string result ) : void | ||
ShowAlertType1 ( CommonDialogStates cds ) : void | ||
ShowAlertType2 ( CommonDialogStates cds ) : void | ||
ShowAlertType3 ( CommonDialogStates cds ) : void |
public Pubnub_MessagingSub ( string channelName, string channelGroupName, string cipher, bool enableSSL, Pubnub pubnub ) : System | ||
channelName | string | |
channelGroupName | string | |
cipher | string | |
enableSSL | bool | |
pubnub | Pubnub | |
return | System |
public RemoveChannelFromChannelGroup ( ) : void | ||
return | void |