Package 

Object InAppMessaging.Config


  • 
    public class InAppMessaging.Config
    
                        

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

    • Method Summary

      Modifier and Type Method Description
      final static Boolean getEnabledWebViewCache() 接客用WebViewのキャッシュの有無の取得・設定を行います。true の場合はキャッシュが有効となり、false の場合は無効となります。デフォルトは true です。
      final static Unit setEnabledWebViewCache(@Deprecated(message = "This param is always true") Boolean enabledWebViewCache) 接客用WebViewのキャッシュの有無の取得・設定を行います。true の場合はキャッシュが有効となり、false の場合は無効となります。デフォルトは true です。
      • Methods inherited from class io.karte.android.inappmessaging.InAppMessaging.Config

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

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

      • getEnabledWebViewCache

         final static Boolean getEnabledWebViewCache()

        接客用WebViewのキャッシュの有無の取得・設定を行います。

        true の場合はキャッシュが有効となり、false の場合は無効となります。デフォルトは true です。

      • setEnabledWebViewCache

         final static Unit setEnabledWebViewCache(@Deprecated(message = "This param is always true") Boolean enabledWebViewCache)

        接客用WebViewのキャッシュの有無の取得・設定を行います。

        true の場合はキャッシュが有効となり、false の場合は無効となります。デフォルトは true です。