Sprache

DevicePolicyManager.NearbyStreamingDisabled 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 deaktiviert ist.

[Android.Runtime.Register("NEARBY_STREAMING_DISABLED", 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 NearbyStreamingDisabled = 1;
[<Android.Runtime.Register("NEARBY_STREAMING_DISABLED", 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 NearbyStreamingDisabled : Android.App.Admin.NearbyStreaming

Feldwert

Value = 1
Attribute

Hinweise

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

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

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: