DevicePolicyManager.NearbyStreamingNotControlledByPolicy 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 nicht durch eine Richtlinie gesteuert wird, was bedeutet, dass das Streaming in der Nähe zulässig ist.

[Android.Runtime.Register("NEARBY_STREAMING_NOT_CONTROLLED_BY_POLICY", 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 NearbyStreamingNotControlledByPolicy = 0;
[<Android.Runtime.Register("NEARBY_STREAMING_NOT_CONTROLLED_BY_POLICY", 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 NearbyStreamingNotControlledByPolicy : Android.App.Admin.NearbyStreaming

Feldwert

Value = 0
Attribute

Hinweise

Gibt an, dass das Streaming in der Nähe nicht durch eine Richtlinie gesteuert wird, was bedeutet, dass das Streaming in der Nähe zulässig ist.

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

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: