public override void onServiceDisconnected(ComponentName componentName)
        {
//JAVA TO C# CONVERTER WARNING: The .NET Type.FullName property will not always yield results identical to the Java Class.getName method:
            if (typeof(SinchService).FullName.Equals(componentName.ClassName))
            {
                mSinchServiceInterface = null;
                onServiceDisconnected();
            }
        }
Exemplo n.º 2
0
		public override void onServiceDisconnected(ComponentName componentName)
		{
//JAVA TO C# CONVERTER WARNING: The .NET Type.FullName property will not always yield results identical to the Java Class.getName method:
			if (typeof(SinchService).FullName.Equals(componentName.ClassName))
			{
				mSinchServiceInterface = null;
				onServiceDisconnected();
			}
		}