public interface

ResourceProto.AndroidImageResourceByNameOrBuilder

 androidx.wear.protolayout.proto.ResourceProto.AndroidImageResourceByNameOrBuilder

Subclasses:

ResourceProto.AndroidImageResourceByName, ResourceProto.AndroidImageResourceByName.Builder

Summary

Methods
public java.lang.StringgetName()

 The name of the drawable.

public com.google.protobuf.ByteStringgetNameBytes()

 The name of the drawable.

Methods

public java.lang.String getName()

 The name of the drawable. An Android drawable by this name (i.e.
 R.drawable.<name>) must exist in the app which provides this layout to the
 system.
 
string name = 1;

Returns:

The name.

public com.google.protobuf.ByteString getNameBytes()

 The name of the drawable. An Android drawable by this name (i.e.
 R.drawable.<name>) must exist in the app which provides this layout to the
 system.
 
string name = 1;

Returns:

The bytes for name.