Interface EnterScenePeerNotifyOuterClass.EnterScenePeerNotifyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
EnterScenePeerNotifyOuterClass.EnterScenePeerNotify, EnterScenePeerNotifyOuterClass.EnterScenePeerNotify.Builder
Enclosing class:
EnterScenePeerNotifyOuterClass

public static interface EnterScenePeerNotifyOuterClass.EnterScenePeerNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 dest_scene_id = 11;
    int
    uint32 enter_scene_token = 13;
    int
    uint32 host_peer_id = 15;
    int
    uint32 peer_id = 3;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getDestSceneId

      int getDestSceneId()
      uint32 dest_scene_id = 11;
      Returns:
      The destSceneId.
    • getHostPeerId

      int getHostPeerId()
      uint32 host_peer_id = 15;
      Returns:
      The hostPeerId.
    • getPeerId

      int getPeerId()
      uint32 peer_id = 3;
      Returns:
      The peerId.
    • getEnterSceneToken

      int getEnterSceneToken()
      uint32 enter_scene_token = 13;
      Returns:
      The enterSceneToken.