BackendlessAPI.Service.MessagingService.RegisterDevice C# (CSharp) Method

RegisterDevice() public method

public RegisterDevice ( BackendlessAPI pushNotificationsBinding = null, AsyncCallback callback = null ) : void
pushNotificationsBinding BackendlessAPI
callback AsyncCallback
return void
    public void RegisterDevice( BackendlessAPI.Push.PushNotificationsBinding pushNotificationsBinding = null,
                                AsyncCallback<string> callback = null )
    {
      RegisterDevice( DEFAULT_CHANNEL_NAME, pushNotificationsBinding, callback );
    }

Same methods

MessagingService::RegisterDevice ( System.DateTime expiration, BackendlessAPI pushNotificationsBinding = null, AsyncCallback callback = null ) : void
MessagingService::RegisterDevice ( List channels, BackendlessAPI pushNotificationsBinding = null, AsyncCallback callback = null ) : void
MessagingService::RegisterDevice ( List channels, System.DateTime expiration, BackendlessAPI pushNotificationsBinding = null, AsyncCallback callback = null ) : void
MessagingService::RegisterDevice ( string GCMSenderID ) : void
MessagingService::RegisterDevice ( string GCMSenderID, AsyncCallback callback ) : void
MessagingService::RegisterDevice ( string channel, BackendlessAPI pushNotificationsBinding = null, AsyncCallback callback = null ) : void
MessagingService::RegisterDevice ( string GCMSenderID, System.DateTime expiration ) : void
MessagingService::RegisterDevice ( string GCMSenderID, System.DateTime expiration, AsyncCallback callback ) : void
MessagingService::RegisterDevice ( string GCMSenderID, List channels ) : void
MessagingService::RegisterDevice ( string GCMSenderID, List channels, AsyncCallback callback ) : void
MessagingService::RegisterDevice ( string GCMSenderID, List channels, System.DateTime expiration ) : void
MessagingService::RegisterDevice ( string GCMSenderID, List channels, System.DateTime expiration, AsyncCallback callback ) : void
MessagingService::RegisterDevice ( string GCMSenderID, string channel ) : void
MessagingService::RegisterDevice ( string GCMSenderID, string channel, AsyncCallback callback ) : void