Builder
Defines any type of message sent between FJ and a peer
Content copied to clipboard
fishjam.PeerMessage
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
.fishjam.PeerMessage.Authenticated authenticated = 1;
Link copied to clipboard
.fishjam.PeerMessage.AuthRequest auth_request = 2;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
.fishjam.PeerMessage.MediaEvent media_event = 3;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
.fishjam.PeerMessage.Authenticated authenticated = 1;
Link copied to clipboard
.fishjam.PeerMessage.Authenticated authenticated = 1;
Link copied to clipboard
.fishjam.PeerMessage.Authenticated authenticated = 1;
Link copied to clipboard
.fishjam.PeerMessage.AuthRequest auth_request = 2;
Link copied to clipboard
.fishjam.PeerMessage.AuthRequest auth_request = 2;
Link copied to clipboard
.fishjam.PeerMessage.AuthRequest auth_request = 2;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
.fishjam.PeerMessage.MediaEvent media_event = 3;
Link copied to clipboard
.fishjam.PeerMessage.MediaEvent media_event = 3;
Link copied to clipboard
.fishjam.PeerMessage.MediaEvent media_event = 3;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
.fishjam.PeerMessage.Authenticated authenticated = 1;
Link copied to clipboard
.fishjam.PeerMessage.AuthRequest auth_request = 2;
Link copied to clipboard
.fishjam.PeerMessage.MediaEvent media_event = 3;
Link copied to clipboard
Link copied to clipboard
open fun mergeAuthenticated(value: PeerNotifications.PeerMessage.Authenticated): PeerNotifications.PeerMessage.Builder
.fishjam.PeerMessage.Authenticated authenticated = 1;
Link copied to clipboard
open fun mergeAuthRequest(value: PeerNotifications.PeerMessage.AuthRequest): PeerNotifications.PeerMessage.Builder
.fishjam.PeerMessage.AuthRequest auth_request = 2;
Link copied to clipboard
Link copied to clipboard
open fun mergeFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): PeerNotifications.PeerMessage.Builder
Link copied to clipboard
open fun mergeMediaEvent(value: PeerNotifications.PeerMessage.MediaEvent): PeerNotifications.PeerMessage.Builder
.fishjam.PeerMessage.MediaEvent media_event = 3;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setAuthenticated(value: PeerNotifications.PeerMessage.Authenticated): PeerNotifications.PeerMessage.Builder
open fun setAuthenticated(builderForValue: PeerNotifications.PeerMessage.Authenticated.Builder): PeerNotifications.PeerMessage.Builder
.fishjam.PeerMessage.Authenticated authenticated = 1;
Link copied to clipboard
open fun setAuthRequest(value: PeerNotifications.PeerMessage.AuthRequest): PeerNotifications.PeerMessage.Builder
open fun setAuthRequest(builderForValue: PeerNotifications.PeerMessage.AuthRequest.Builder): PeerNotifications.PeerMessage.Builder
.fishjam.PeerMessage.AuthRequest auth_request = 2;
Link copied to clipboard
open fun setMediaEvent(value: PeerNotifications.PeerMessage.MediaEvent): PeerNotifications.PeerMessage.Builder
open fun setMediaEvent(builderForValue: PeerNotifications.PeerMessage.MediaEvent.Builder): PeerNotifications.PeerMessage.Builder
.fishjam.PeerMessage.MediaEvent media_event = 3;
Link copied to clipboard
abstract fun setRepeatedField(field: Descriptors.FieldDescriptor, index: Int, value: Any): Message.Builder
Link copied to clipboard