Click or drag to resize

GameLiftManagerSetOpFunctionCallback Method

Overload List
  NameDescription
Public methodSetOpFunctionCallback(GameLiftManagerOpFunctionCallback)
Generate callback id with given information. save the callback with generated id as the key into dictionary
Public methodSetOpFunctionCallback(GameLiftManagerOpFunctionCallbackNoParam)
Generate callback id with given information. save the callback with generated id as the key into dictionary
Public methodSetOpFunctionCallback(GameLiftManagerOpFunctionCallback, String)
Adds the given callback function with the given OpCode as the key into the dictionary
Public methodSetOpFunctionCallback(GameLiftManagerOpFunctionCallbackNoParam, String)
Adds the given callback function without parameter with the given OpCode as the key into the dictionary
Top
See Also