public interface

ResourceProto.AndroidImageResourceByContentUriOrBuilder

 androidx.wear.protolayout.proto.ResourceProto.AndroidImageResourceByContentUriOrBuilder

Subclasses:

ResourceProto.AndroidImageResourceByContentUri, ResourceProto.AndroidImageResourceByContentUri.Builder

Summary

Methods
public java.lang.StringgetContentUri()

 The content URI to use, on the format content://authority/resource.

public com.google.protobuf.ByteStringgetContentUriBytes()

 The content URI to use, on the format content://authority/resource.

Methods

public java.lang.String getContentUri()

 The content URI to use, on the format content://authority/resource.
 
string content_uri = 1;

Returns:

The contentUri.

public com.google.protobuf.ByteString getContentUriBytes()

 The content URI to use, on the format content://authority/resource.
 
string content_uri = 1;

Returns:

The bytes for contentUri.