Classes
The following classes are available globally.
-
Rtoaster SDKのエントリーポイントとなるクラス
See moreDeclaration
Swift
@objc(Rtoaster) public class Rtoaster : NSObject
-
AppKeyの値を収納するためのクラス
See moreDeclaration
Swift
public class AppKeyValues
-
トラッキング用の値を収納するためのクラス
See moreDeclaration
Swift
public class TrackingValues : AppKeyValues
-
閲覧学習用の値を収納するためのクラス
See moreDeclaration
Swift
public class BrowsingValues : TrackingValues
-
残留カート履歴用の値を収納するためクラス
See moreDeclaration
Swift
public class CartValues : TrackingValues
-
購買学習用の値を収納するためクラス
See moreDeclaration
Swift
public class PurchasingValues : TrackingValues
-
レコメンド用の値を収納するためクラス
See moreDeclaration
Swift
public class RecommendationValues : AppKeyValues
-
コンポーネントをロードするためのクラス
See moreDeclaration
Swift
public class DryRunComponentLoader
-
ロケーションを収納するためのクラス
See moreDeclaration
Swift
public class Location : RtoasterUrl
-
レコメンド用のパラメータクラス
See moreDeclaration
Swift
public class RecommendationParameter
-
レコメンド結果を収納するためのクラス
See moreDeclaration
Swift
public class RecommendationResult : IApiResult
-
リファラーを収納するためのクラス
See moreDeclaration
Swift
public class Referrer : RtoasterUrl
-
コンポーネントをロードするためのクラス
See moreDeclaration
Swift
public class ComponentLoader
-
Undocumented
See moreDeclaration
Swift
public class RtoasterSetupParameter
-
トラッキング用のパラメータークラス
See moreDeclaration
Swift
public class TrackingParameter
-
Undocumented
See moreDeclaration
Swift
public class DryRunCoreDiContainer : DiContainer
-
Undocumented
See moreDeclaration
Swift
@objc(DryRunRtoasterCore) public class DryRunRtoasterCoreComponent : NSObject, IRtoasterCore
-
Undocumented
See moreDeclaration
Swift
public class RtoasterPreferences : IRtoasterPreferences
-
Undocumented
See moreDeclaration
Swift
public class RtoasterError : Error, LocalizedError
-
Undocumented
Declaration
Swift
public class RtoasterRuntimeError : RtoasterError
-
Undocumented
Declaration
Swift
public class RtoasterIllegalStateError : RtoasterRuntimeError
-
Undocumented
Declaration
Swift
public class RtoasterIllegalParameterError : RtoasterRuntimeError
-
Undocumented
Declaration
Swift
public class RtoasterNotInitialized : RtoasterIllegalStateError
-
Undocumented
Declaration
Swift
public class RtoasterUnauthorizedError : RtoasterIllegalStateError
-
Undocumented
Declaration
Swift
public class RtoasterWebApiParseError : RtoasterError
-
Undocumented
Declaration
Swift
public class RtoasterUrlFormatError : RtoasterError
-
Undocumented
Declaration
Swift
public class RtoasterDiError : RtoasterError
-
Undocumented
Declaration
Swift
public class RtoasterHttpError : RtoasterError
-
Undocumented
Declaration
Swift
public class RtoasterProxyUnauthenticated : RtoasterHttpError