CellInfo.UnavailableLong 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.
This value indicates that the long field is unreported.
[Android.Runtime.Register("UNAVAILABLE_LONG", ApiSince=29)]
public const long UnavailableLong = 9223372036854775807;
[<Android.Runtime.Register("UNAVAILABLE_LONG", ApiSince=29)>]
val mutable UnavailableLong : int64
Field Value
Value = 9223372036854775807Implements
- Attributes
Remarks
This value indicates that the long field is unreported.
Java documentation for android.telephony.CellInfo.UNAVAILABLE_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.