public interface

ActionProto.AndroidActivityOrBuilder

 androidx.wear.protolayout.proto.ActionProto.AndroidActivityOrBuilder

Subclasses:

ActionProto.AndroidActivity, ActionProto.AndroidActivity.Builder

Summary

Methods
public booleancontainsKeyToExtra(java.lang.String key)

 The extras to be included in the intent.

public java.lang.StringgetClassName()

 The fully qualified class name (including the package) to send the intent
 to, for example, "com.example.weather.WeatherOverviewActivity".

public com.google.protobuf.ByteStringgetClassNameBytes()

 The fully qualified class name (including the package) to send the intent
 to, for example, "com.example.weather.WeatherOverviewActivity".

public java.util.Map<java.lang.String, ActionProto.AndroidExtra>getKeyToExtra()

Use ActionProto.AndroidActivityOrBuilder.getKeyToExtraMap() instead.

public intgetKeyToExtraCount()

 The extras to be included in the intent.

public java.util.Map<java.lang.String, ActionProto.AndroidExtra>getKeyToExtraMap()

 The extras to be included in the intent.

public ActionProto.AndroidExtragetKeyToExtraOrDefault(java.lang.String key, ActionProto.AndroidExtra defaultValue)

 The extras to be included in the intent.

public ActionProto.AndroidExtragetKeyToExtraOrThrow(java.lang.String key)

 The extras to be included in the intent.

public java.lang.StringgetPackageName()

 The package name to send the intent to, for example, "com.example.weather".

public com.google.protobuf.ByteStringgetPackageNameBytes()

 The package name to send the intent to, for example, "com.example.weather".

Methods

public java.lang.String getPackageName()

 The package name to send the intent to, for example, "com.example.weather".
 
string package_name = 1;

Returns:

The packageName.

public com.google.protobuf.ByteString getPackageNameBytes()

 The package name to send the intent to, for example, "com.example.weather".
 
string package_name = 1;

Returns:

The bytes for packageName.

public java.lang.String getClassName()

 The fully qualified class name (including the package) to send the intent
 to, for example, "com.example.weather.WeatherOverviewActivity".
 
string class_name = 2;

Returns:

The className.

public com.google.protobuf.ByteString getClassNameBytes()

 The fully qualified class name (including the package) to send the intent
 to, for example, "com.example.weather.WeatherOverviewActivity".
 
string class_name = 2;

Returns:

The bytes for className.

public int getKeyToExtraCount()

 The extras to be included in the intent.
 
map<string, .androidx.wear.protolayout.proto.AndroidExtra> key_to_extra = 3;

public boolean containsKeyToExtra(java.lang.String key)

 The extras to be included in the intent.
 
map<string, .androidx.wear.protolayout.proto.AndroidExtra> key_to_extra = 3;

public java.util.Map<java.lang.String, ActionProto.AndroidExtra> getKeyToExtra()

Use ActionProto.AndroidActivityOrBuilder.getKeyToExtraMap() instead.

public java.util.Map<java.lang.String, ActionProto.AndroidExtra> getKeyToExtraMap()

 The extras to be included in the intent.
 
map<string, .androidx.wear.protolayout.proto.AndroidExtra> key_to_extra = 3;

public ActionProto.AndroidExtra getKeyToExtraOrDefault(java.lang.String key, ActionProto.AndroidExtra defaultValue)

 The extras to be included in the intent.
 
map<string, .androidx.wear.protolayout.proto.AndroidExtra> key_to_extra = 3;

public ActionProto.AndroidExtra getKeyToExtraOrThrow(java.lang.String key)

 The extras to be included in the intent.
 
map<string, .androidx.wear.protolayout.proto.AndroidExtra> key_to_extra = 3;