DevicePolicyManager.NearbyStreamingEnabled Feld

Definition

Achtung

This constant will be removed in the future version. Use Android.App.Admin.NearbyStreaming enum directly instead of this field.

Gibt an, dass das Streaming in der Nähe aktiviert ist.

[Android.Runtime.Register("NEARBY_STREAMING_ENABLED", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.NearbyStreaming enum directly instead of this field.", true)]
public const Android.App.Admin.NearbyStreaming NearbyStreamingEnabled = 2;
[<Android.Runtime.Register("NEARBY_STREAMING_ENABLED", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.NearbyStreaming enum directly instead of this field.", true)>]
val mutable NearbyStreamingEnabled : Android.App.Admin.NearbyStreaming

Feldwert

Value = 2
Attribute

Hinweise

Gibt an, dass das Streaming in der Nähe aktiviert ist.

Java Dokumentation für android.app.admin.DevicePolicyManager.NEARBY_STREAMING_ENABLED.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: