Delivery Mechanism
class DeliveryMechanism : GeneratedMessageLite<MessageType, BuilderType> , Service.DeliveryMechanismOrBuilder
An union of possible delibery mechanisms
Content copied to clipboard
notifications.v1.DeliveryMechanism
Types
Link copied to clipboard
class Builder : GeneratedMessageLite.Builder<MessageType, BuilderType> , Service.DeliveryMechanismOrBuilder
An union of possible delibery mechanisms
Content copied to clipboard
notifications.v1.DeliveryMechanism
Link copied to clipboard
Functions
Link copied to clipboard
string apns_device_token = 1;
Link copied to clipboard
string apns_device_token = 1;
Link copied to clipboard
string custom_token = 3;
Link copied to clipboard
string custom_token = 3;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
string firebase_device_token = 2;
Link copied to clipboard
string firebase_device_token = 2;
Link copied to clipboard
Link copied to clipboard
string apns_device_token = 1;
Link copied to clipboard
string custom_token = 3;
Link copied to clipboard
string firebase_device_token = 2;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <ContainingType : MessageLite?, Type> newRepeatedGeneratedExtension(containingTypeDefaultInstance: ContainingType, messageDefaultInstance: MessageLite, enumTypeMap: Internal.EnumLiteMap<out Any>, number: Int, type: WireFormat.FieldType, isPacked: Boolean, singularType: Class): GeneratedMessageLite.GeneratedExtension<ContainingType, Type>
Link copied to clipboard
open fun <ContainingType : MessageLite?, Type> newSingularGeneratedExtension(containingTypeDefaultInstance: ContainingType, defaultValue: Type, messageDefaultInstance: MessageLite, enumTypeMap: Internal.EnumLiteMap<out Any>, number: Int, type: WireFormat.FieldType, singularType: Class): GeneratedMessageLite.GeneratedExtension<ContainingType, Type>
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Service.DeliveryMechanism
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): Service.DeliveryMechanism
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): Service.DeliveryMechanism
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): Service.DeliveryMechanism
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Service.DeliveryMechanism
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): Service.DeliveryMechanism
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard