public final class

EventProto.TileLeaveEvent

extends <any>

implements EventProto.TileLeaveEventOrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.tiles.proto.EventProto.TileLeaveEvent

Overview

 Event fired when a tile is swiped away from by the user (i.e. it's no longer
 visible on screen).
 
Protobuf type androidx.wear.tiles.proto.TileLeaveEvent

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

public intgetTileId()

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

public static EventProto.TileLeaveEvent.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

public static EventProto.TileLeaveEventparseFrom(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.TileLeaveEvent parseFrom(java.nio.ByteBuffer data)

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

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

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

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

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

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

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

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

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

public static EventProto.TileLeaveEvent.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.TileLeaveEvent getDefaultInstance()

public static <any> parser()