C# Class PubnubMessagingExample.Pubnub_MessagingMain

Inheritance: MonoTouch.Dialog.DialogViewController
Afficher le fichier Open project: redarrowlabs/pubnub-c-sharp Class Usage Examples

Méthodes publiques

Méthode Description
Pubnub_MessagingMain ( ) : System
ViewDidAppear ( bool animated ) : void

Private Methods

Méthode 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 méthode

public Pubnub_MessagingMain ( ) : System
Résultat System

ViewDidAppear() public méthode

public ViewDidAppear ( bool animated ) : void
animated bool
Résultat void