LineSharp.Datatypes.TalkService.Client.send_updateNotificationToken C# (CSharp) Method

send_updateNotificationToken() public method

public send_updateNotificationToken ( AsyncCallback callback, object state, NotificationType type, string token ) : IAsyncResult
callback AsyncCallback
state object
type NotificationType
token string
return IAsyncResult
      public IAsyncResult send_updateNotificationToken(AsyncCallback callback, object state, NotificationType type, string token)
      #else

Same methods

TalkService.Client::send_updateNotificationToken ( NotificationType type, string token ) : void
TalkService.Client