public final class

EventProto.TileEnterEvent

extends <any>

implements EventProto.TileEnterEventOrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.tiles.proto.EventProto.TileEnterEvent

Overview

 Event fired when a tile is swiped to by the user (i.e. it's visible on
 screen).
 
Protobuf type androidx.wear.tiles.proto.TileEnterEvent

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.TileEnterEventgetDefaultInstance()

public intgetTileId()

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

public static EventProto.TileEnterEvent.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

public static EventProto.TileEnterEventparseFrom(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 tile, allocated when the tile instance is 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.TileEnterEvent parseFrom(java.nio.ByteBuffer data)

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

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

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

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

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

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

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

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

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

public static EventProto.TileEnterEvent.Builder newBuilder()

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

public static EventProto.TileEnterEvent getDefaultInstance()

public static <any> parser()