UserServiceStandardFetchKeys
@objc public class UserServiceStandardFetchKeys: NSObject
UserService standard fetch keys, trigger custom functionality.
-
Triggers on a fresh launch of the game.
Declaration
Swift
public static let ON_LOAD = "onLoad" -
Triggers on an account conflict.
Declaration
Swift
public static let ON_CONFLICT = "onConflict"
UserServiceStandardFetchKeys Class Reference