Playtime
@objcMembers
public final class Playtime : NSObject
The entry point of adjoe Playtime SDK.
Note
The SDK is functional starting from iOS 14.0.-
Present a screen view with the Playtime catalog.
Declaration
Swift
public static func showCatalog( options: PlaytimeOptions ) async throwsParameters
optionsOptions for the Playtime catalog.
-
Set Playtime options.
Declaration
Swift
public static func setPlaytimeOptions(options: PlaytimeOptions) async throws -
Get the status of the SDK.
Declaration
Swift
public static func getStatus() async throws -> PlaytimeStatus -
Get the SDK version.
Declaration
Swift
public static func getVersion() -> StringReturn Value
The SDK version string, or “Unspecified” if not available.
Playtime Class Reference