BackendlessAPI.Service.MessagingService.SetUnityRegisterDevice C# (CSharp) Method

SetUnityRegisterDevice() public method

public SetUnityRegisterDevice ( UnityRegisterDevice unityRegisterDevice, UnityUnregisterDevice unityUnregisterDevice ) : void
unityRegisterDevice UnityRegisterDevice
unityUnregisterDevice UnityUnregisterDevice
return void
    public void SetUnityRegisterDevice( UnityRegisterDevice unityRegisterDevice, UnityUnregisterDevice unityUnregisterDevice )
    {
      _unityRegisterDevice = unityRegisterDevice;
      _unityUnregisterDevice = unityUnregisterDevice;
    }
    public void RegisterDevice( string GCMSenderID )