library
androidJvm
library
/
org.xmtp.android.library.push
/
Service
/
RegisterInstallationResponseOrBuilder
Register
Installation
Response
Or
Builder
interface
RegisterInstallationResponseOrBuilder
:
MessageLiteOrBuilder
Inheritors
RegisterInstallationResponse
Builder
Members
Functions
get
Default
Instance
For
Type
Link copied to clipboard
abstract
fun
getDefaultInstanceForType
(
)
:
MessageLite
get
Installation
Id
Link copied to clipboard
abstract
fun
getInstallationId
(
)
:
String
string installation_id = 1;
get
Installation
Id
Bytes
Link copied to clipboard
abstract
fun
getInstallationIdBytes
(
)
:
ByteString
string installation_id = 1;
get
Valid
Until
Link copied to clipboard
abstract
fun
getValidUntil
(
)
:
Long
uint64 valid_until = 2;
is
Initialized
Link copied to clipboard
abstract
fun
isInitialized
(
)
:
Boolean