インタフェース LineApiFactory

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

public interface LineApiFactory
The interface that manages factory process for Line API.
導入されたバージョン:
1.0.0
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    LineNotify createLineNotify​(@NonNull String token)
    Returns the new instance of LineNotify .
  • メソッドの詳細

    • createLineNotify

      LineNotify createLineNotify​(@NonNull @NonNull String token)
      Returns the new instance of LineNotify .
      パラメータ:
      token - The token for Line Notify
      戻り値:
      The new instance of LineNotify
      例外:
      NullPointerException - If null is passed as an argument