Google is committed to advancing racial equity for Black communities. See how.
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

<init>(value: Long)

Public methods

open String

Properties

Long

Public constructors

<init>

Added in API level 28
Int64Ref(value: Long)

Public methods

toString

Added in API level 28
open fun toString(): String
Return
String a string representation of the object.

Properties

value

Added in API level 28
var value: Long