Added in API level 28
Int64Ref
open class Int64Ref
| kotlin.Any | |
| ↳ | android.system.Int64Ref |
A signed 64bit integer reference suitable for passing to lower-level system calls.
Summary
| Public constructors | |
|---|---|
| Public methods | |
|---|---|
| open String |
toString()Returns a string representation of the object. |
| Properties | |
|---|---|
| Long | |
Public constructors
Public methods
toString
Added in API level 28
open fun toString(): String
Returns a string representation of the object.
| Return | |
|---|---|
String |
a string representation of the object. |