Classes

The following classes are available globally.

  • SwiftとObjective-Cの互換性のためのクラスです。

    SDK内部で利用するクラスであり、通常のSDK利用でこちらのクラスを利用することはありません。

    Declaration

    Swift

    public class ObjcCompatibleScopeForNotification : NSObject
  • リモート通知メッセージのパースおよびメッセージ中に含まれるディープリンクのハンドリングを行うためのクラスです。

    See more

    Declaration

    Swift

    @objc(KRTRemoteNotification)
    public class RemoteNotification : NSObject
    extension RemoteNotification: Library
  • RemoteNotificationモジュールの設定を保持するクラスです。

    See more

    Declaration

    Swift

    @objc(KRTRemoteNotificationConfiguration)
    public class RemoteNotificationConfiguration : NSObject, LibraryConfiguration