次の方法で共有


PhoneAccount.CapabilitySupportsTransactionalOperations フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Telecom.PhoneAccountCapability enum directly instead of this field.

これが PhoneAccount s または java.util.function.Consumers を利用する Use TelecomManager API をサポートしていることをandroid.os.OutcomeReceiver示すフラグ。

[Android.Runtime.Register("CAPABILITY_SUPPORTS_TRANSACTIONAL_OPERATIONS", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.PhoneAccountCapability enum directly instead of this field.", true)]
public const Android.Telecom.PhoneAccountCapability CapabilitySupportsTransactionalOperations = 262144;
[<Android.Runtime.Register("CAPABILITY_SUPPORTS_TRANSACTIONAL_OPERATIONS", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.PhoneAccountCapability enum directly instead of this field.", true)>]
val mutable CapabilitySupportsTransactionalOperations : Android.Telecom.PhoneAccountCapability

フィールド値

Value = 262144

実装

属性

注釈

これが PhoneAccount s または java.util.function.Consumers を利用する Use TelecomManager API をサポートしていることをandroid.os.OutcomeReceiver示すフラグ。 この機能が設定されている場合、#CAPABILITY_SELF_MANAGEDこれが経由でTelecomManager#registerPhoneAccount(PhoneAccount)登録されたときに PhoneAccount Telecom によって修正されることに注意してください。

android.os.OutcomeReceiver操作が成功または失敗する可能性があるため、s と java.util.function.Consumers はトランザクション操作を表します。 トランザクション操作を使用するアプリでは、TelecomManager API 呼び出しの成功と失敗に対する動作を定義する必要があります。

の Java ドキュメントandroid.telecom.PhoneAccount.CAPABILITY_SUPPORTS_TRANSACTIONAL_OPERATIONS

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象