public final class

EventProto.TileAddEvent

extends <any>

implements EventProto.TileAddEventOrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.tiles.proto.EventProto.TileAddEvent

Overview

 Event fired when a tile has been added to the carousel.
 
Protobuf type androidx.wear.tiles.proto.TileAddEvent

Summary

Fields
public static final intTILE_ID_FIELD_NUMBER

Methods
protected final java.lang.ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)

public static EventProto.TileAddEventgetDefaultInstance()

public intgetTileId()

 Instance ID of the added tile, allocated when the tile instance was added
 to the carousel.

public static EventProto.TileAddEvent.BuildernewBuilder()

public static EventProto.TileAddEvent.BuildernewBuilder(EventProto.TileAddEvent prototype)

public static EventProto.TileAddEventparseDelimitedFrom(java.io.InputStream input)

public static EventProto.TileAddEventparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static EventProto.TileAddEventparseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static EventProto.TileAddEventparseFrom(java.nio.ByteBuffer data)

public static EventProto.TileAddEventparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static EventProto.TileAddEventparseFrom(com.google.protobuf.ByteString data)

public static EventProto.TileAddEventparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static EventProto.TileAddEventparseFrom(com.google.protobuf.CodedInputStream input)

public static EventProto.TileAddEventparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static EventProto.TileAddEventparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static <any>parser()

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Fields

public static final int TILE_ID_FIELD_NUMBER

Methods

public int getTileId()

 Instance ID of the added tile, allocated when the tile instance was added
 to the carousel. This ID will remain the same for this tile instance as
 long it is not removed from the carousel.
 
uint32 tile_id = 1;

Returns:

The tileId.

public static EventProto.TileAddEvent parseFrom(java.nio.ByteBuffer data)

public static EventProto.TileAddEvent parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static EventProto.TileAddEvent parseFrom(com.google.protobuf.ByteString data)

public static EventProto.TileAddEvent parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static EventProto.TileAddEvent parseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static EventProto.TileAddEvent parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static EventProto.TileAddEvent parseDelimitedFrom(java.io.InputStream input)

public static EventProto.TileAddEvent parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static EventProto.TileAddEvent parseFrom(com.google.protobuf.CodedInputStream input)

public static EventProto.TileAddEvent parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static EventProto.TileAddEvent.Builder newBuilder()

public static EventProto.TileAddEvent.Builder newBuilder(EventProto.TileAddEvent prototype)

protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)

public static EventProto.TileAddEvent getDefaultInstance()

public static <any> parser()