Package 

Object Notifications.Config


  • @Deprecated(message = "Renamed. Use 'NotificationsConfig'.") 
    public class Notifications.Config
    
                        

    Notificationsモジュールの設定を保持するクラスです。

    • Method Summary

      Modifier and Type Method Description
      final static Boolean getEnabledFCMTokenResend() FCMTokenの自動送信の有無の取得・設定を行います。true の場合はFCMTokenの自動送信が有効となり、false の場合は無効となります。デフォルトは true です。
      final static Unit setEnabledFCMTokenResend(Boolean enabledFCMTokenResend) FCMTokenの自動送信の有無の取得・設定を行います。true の場合はFCMTokenの自動送信が有効となり、false の場合は無効となります。デフォルトは true です。
      • Methods inherited from class io.karte.android.notifications.Notifications.Config

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getEnabledFCMTokenResend

         final static Boolean getEnabledFCMTokenResend()

        FCMTokenの自動送信の有無の取得・設定を行います。

        true の場合はFCMTokenの自動送信が有効となり、false の場合は無効となります。デフォルトは true です。

      • setEnabledFCMTokenResend

         final static Unit setEnabledFCMTokenResend(Boolean enabledFCMTokenResend)

        FCMTokenの自動送信の有無の取得・設定を行います。

        true の場合はFCMTokenの自動送信が有効となり、false の場合は無効となります。デフォルトは true です。