Alier.Native.deleteNotification()

引数で与えられた通知識別子を用いて、登録されている通知を削除します。
この関数は非同期関数です。

構文

Alier.Native.deleteNotification(notififcationId) => void

引数

  • notififcationId: string
    登録されている通知の識別子です。

    await Alier.Native.deleteNotification(notififcationId);

解説

  • 登録されている通知情報を削除するための関数です。
  • 通知前に対象の通知を削除した場合、その通知は行われません。