DeliveryMechanismOrBuilder

interface DeliveryMechanismOrBuilder : MessageLiteOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun getApnsDeviceToken(): String
string apns_device_token = 1;
Link copied to clipboard
abstract fun getApnsDeviceTokenBytes(): ByteString
string apns_device_token = 1;
Link copied to clipboard
abstract fun getCustomToken(): String
string custom_token = 3;
Link copied to clipboard
abstract fun getCustomTokenBytes(): ByteString
string custom_token = 3;
Link copied to clipboard
abstract fun getDefaultInstanceForType(): MessageLite
Link copied to clipboard
string firebase_device_token = 2;
Link copied to clipboard
abstract fun getFirebaseDeviceTokenBytes(): ByteString
string firebase_device_token = 2;
Link copied to clipboard
abstract fun hasApnsDeviceToken(): Boolean
string apns_device_token = 1;
Link copied to clipboard
abstract fun hasCustomToken(): Boolean
string custom_token = 3;
Link copied to clipboard
string firebase_device_token = 2;
Link copied to clipboard
abstract fun isInitialized(): Boolean