LINE.Datatypes.TalkService.Client.Begin_updateNotificationTokenWithBytes C# (CSharp) Method

Begin_updateNotificationTokenWithBytes() public method

public Begin_updateNotificationTokenWithBytes ( AsyncCallback callback, object state, NotificationType type, byte token ) : IAsyncResult
callback AsyncCallback
state object
type NotificationType
token byte
return IAsyncResult
      public IAsyncResult Begin_updateNotificationTokenWithBytes(AsyncCallback callback, object state, NotificationType type, byte[] token)
      {
        return send_updateNotificationTokenWithBytes(callback, state, type, token);
      }
TalkService.Client