Share via


ImsStateCallback.ReasonImsServiceNotReady フィールド

定義

注意事項

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

IMS サービスは接続されていますが、NOT_READY状態です。

[Android.Runtime.Register("REASON_IMS_SERVICE_NOT_READY", 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 ReasonImsServiceNotReady = 6;
[<Android.Runtime.Register("REASON_IMS_SERVICE_NOT_READY", 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 ReasonImsServiceNotReady : Android.Telephony.Ims.ImsStateCallbackReason

フィールド値

Value = 6
属性

注釈

IMS サービスは接続されていますが、NOT_READY状態です。 サービスが準備完了に移行すると、 #onAvailable が呼び出されます。

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

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

適用対象