C# Class PubnubMessagingExample.Pubnub_MessagingMain

Inheritance: MonoTouch.Dialog.DialogViewController
显示文件 Open project: redarrowlabs/pubnub-c-sharp Class Usage Examples

Public Methods

Method Description
Pubnub_MessagingMain ( ) : System
ViewDidAppear ( bool animated ) : void

Private Methods

Method Description
ValidateAndInitPubnub ( string channelName, string channelGroupName, string cipher, bool ssl, string customUuid, bool proxyEnabled, string proxyPort, string proxyUser, string proxyServer, string proxyPass, string subscribeKey, string publishKey, string secretKey ) : bool

Method Details

Pubnub_MessagingMain() public method

public Pubnub_MessagingMain ( ) : System
return System

ViewDidAppear() public method

public ViewDidAppear ( bool animated ) : void
animated bool
return void