Share via


ActivityOptions.IsShareIdentityEnabled プロパティ

定義

起動アプリが、起動されたアクティビティと ID を共有することをオプトインしたかどうかを返します。

public virtual bool IsShareIdentityEnabled { [Android.Runtime.Register("isShareIdentityEnabled", "()Z", "GetIsShareIdentityEnabledHandler", ApiSince=34)] get; }
[<get: Android.Runtime.Register("isShareIdentityEnabled", "()Z", "GetIsShareIdentityEnabledHandler", ApiSince=34)>]
member this.IsShareIdentityEnabled : bool

プロパティ値

true 起動アプリが ID の共有をオプトインしている場合

属性

注釈

起動アプリが、起動されたアクティビティと ID を共有することをオプトインしたかどうかを返します。

android.app.ActivityOptions.isShareIdentityEnabled()Java ドキュメント。

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

適用対象