ActionCodeInfo
class ActionCodeInfo : NSObject
Manages information regarding action codes.
-
The operation being performed.
Declaration
Swift
var operation: ActionCodeOperation { get }
-
The operation being performed.
Declaration
Swift
func data(for key: ActionDataKey) -> String
Parameters
key
The FIRActionDataKey value used to retrieve the operation data.
Return Value
The operation data pertaining to the provided action code key.
-
please use initWithOperation: instead.