public final class

ActionBuilders.LaunchAction

extends java.lang.Object

implements ActionBuilders.Action

 java.lang.Object

↳androidx.wear.protolayout.ActionBuilders.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.

Summary

Methods
public static ActionBuilders.LaunchActionfromProto(ActionProto.LaunchAction proto, Fingerprint fingerprint)

Creates a new wrapper instance from the proto.

public ActionBuilders.AndroidActivitygetAndroidActivity()

Gets an action to launch an Android activity.

public FingerprintgetFingerprint()

public ActionProto.ActiontoActionProto()

public java.lang.StringtoString()

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

Methods

public ActionBuilders.AndroidActivity getAndroidActivity()

Gets an action to launch an Android activity.

public Fingerprint getFingerprint()

public static ActionBuilders.LaunchAction fromProto(ActionProto.LaunchAction proto, Fingerprint fingerprint)

Creates a new wrapper instance from the proto.

public ActionProto.Action toActionProto()

public java.lang.String toString()