インタフェース LineNotify

既知の実装クラスのリスト:
LineNotifyJ

public interface LineNotify
The interfaces that represents notification.
導入されたバージョン:
1.0.0
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    void sendMessage​(@NonNull String message)
    Sends the message passed as an argument.
  • メソッドの詳細

    • sendMessage

      void sendMessage​(@NonNull @NonNull String message)
      Sends the message passed as an argument.
      パラメータ:
      message - The message
      例外:
      NullPointerException - If null is passed as an argument