public final class

ActionProto.LaunchAction

extends <any>

implements ActionProto.LaunchActionOrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.protolayout.proto.ActionProto.LaunchAction

Overview

 An action used to launch another activity on the system. This can hold
 multiple different underlying action types, which will be picked based on
 what the underlying runtime believes to be suitable.
 
Protobuf type androidx.wear.protolayout.proto.LaunchAction

Summary

Fields
public static final intANDROID_ACTIVITY_FIELD_NUMBER

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

public ActionProto.AndroidActivitygetAndroidActivity()

 An action to launch an Android activity.

public static ActionProto.LaunchActiongetDefaultInstance()

public booleanhasAndroidActivity()

 An action to launch an Android activity.

public static ActionProto.LaunchAction.BuildernewBuilder()

public static ActionProto.LaunchAction.BuildernewBuilder(ActionProto.LaunchAction prototype)

public static ActionProto.LaunchActionparseDelimitedFrom(java.io.InputStream input)

public static ActionProto.LaunchActionparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ActionProto.LaunchActionparseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ActionProto.LaunchActionparseFrom(java.nio.ByteBuffer data)

public static ActionProto.LaunchActionparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ActionProto.LaunchActionparseFrom(com.google.protobuf.ByteString data)

public static ActionProto.LaunchActionparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ActionProto.LaunchActionparseFrom(com.google.protobuf.CodedInputStream input)

public static ActionProto.LaunchActionparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ActionProto.LaunchActionparseFrom(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 ANDROID_ACTIVITY_FIELD_NUMBER

Methods

public boolean hasAndroidActivity()

 An action to launch an Android activity.
 
.androidx.wear.protolayout.proto.AndroidActivity android_activity = 1;

public ActionProto.AndroidActivity getAndroidActivity()

 An action to launch an Android activity.
 
.androidx.wear.protolayout.proto.AndroidActivity android_activity = 1;

public static ActionProto.LaunchAction parseFrom(java.nio.ByteBuffer data)

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

public static ActionProto.LaunchAction parseFrom(com.google.protobuf.ByteString data)

public static ActionProto.LaunchAction parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

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

public static ActionProto.LaunchAction parseDelimitedFrom(java.io.InputStream input)

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

public static ActionProto.LaunchAction parseFrom(com.google.protobuf.CodedInputStream input)

public static ActionProto.LaunchAction parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ActionProto.LaunchAction.Builder newBuilder()

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

public static ActionProto.LaunchAction getDefaultInstance()

public static <any> parser()