Context.BindExternalServiceLong Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Works in the same way as #BIND_EXTERNAL_SERVICE
, but it's defined as a (
[Android.Runtime.Register("BIND_EXTERNAL_SERVICE_LONG", ApiSince=34)]
public const long BindExternalServiceLong = 4611686018427387904;
[<Android.Runtime.Register("BIND_EXTERNAL_SERVICE_LONG", ApiSince=34)>]
val mutable BindExternalServiceLong : int64
Field Value
Value = 4611686018427387904- Attributes
Remarks
Works in the same way as #BIND_EXTERNAL_SERVICE
, but it's defined as a (
Java documentation for android.content.Context.BIND_EXTERNAL_SERVICE_LONG
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.