ServerCode
Undocumented
-
Undocumented
-
Undocumented
-
Endpoint to call on servercode
Declaration
Swift
public let endpoint: String
-
This token will be used to call the external appID endpoint
Declaration
Swift
public let executorAccessToken: String?
-
If provided, servercode endpoint will be called for this appid. Otherwise same appID of trigger is used
Declaration
Swift
public let targetAppID: String?
-
Parameters to pass to the servercode function
Declaration
Swift
public let parameters: Dictionary<String, AnyObject>?
-
Init TriggeredServerCodeResult with necessary attributes
Parameter
Parameter endpoint: Endpoint to call on servercodeParameter
Parameter executorAccessToken: This token will be used to call the external appID endpointParameter
Parameter targetAppID: If provided, servercode endpoint will be called for this appid. Otherwise same appID of trigger is usedParameter
Parameter parameters: Parameters to pass to the servercode functionDeclaration
Swift
public init(endpoint: String, executorAccessToken: String?, targetAppID: String?, parameters: Dictionary<String, AnyObject>?)
-
Undocumented