ImsStateCallback.ReasonImsServiceDisconnected フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Telephony.Ims.ImsStateCallbackReason enum directly instead of this field.

基になる IMS サービスが停止したか、再構成されているか、まだ起動していないので、現在使用できません。

[Android.Runtime.Register("REASON_IMS_SERVICE_DISCONNECTED", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Ims.ImsStateCallbackReason enum directly instead of this field.", true)]
public const Android.Telephony.Ims.ImsStateCallbackReason ReasonImsServiceDisconnected = 3;
[<Android.Runtime.Register("REASON_IMS_SERVICE_DISCONNECTED", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Ims.ImsStateCallbackReason enum directly instead of this field.", true)>]
val mutable ReasonImsServiceDisconnected : Android.Telephony.Ims.ImsStateCallbackReason

フィールド値

Value = 3
属性

注釈

基になる IMS サービスが停止したか、再構成されているか、まだ起動していないので、現在使用できません。 #onAvailable は、IMS サービスが使用可能になったときに呼び出されます。 IMS サービスが使用可能に戻った場合は、すべてのコールバックを今すぐ登録解除し、再び登録する必要があります。

の Java ドキュメント android.telephony.ims.ImsStateCallback.REASON_IMS_SERVICE_DISCONNECTED

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象