IconOrBuilder

interface IconOrBuilder : MessageOrBuilder

Inheritors

Properties

Link copied to clipboard
val Context.AppManifest.IconOrBuilder.srcOrNull: TrustedResourceUrlProto?

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun getAllFields(): Map<Descriptors.FieldDescriptor, Any>
Link copied to clipboard
abstract fun getDefaultInstanceForType(): MessageLite
abstract fun getDefaultInstanceForType(): Message
Link copied to clipboard
abstract fun getDescriptorForType(): Descriptors.Descriptor
Link copied to clipboard
abstract fun getField(field: Descriptors.FieldDescriptor): Any
Link copied to clipboard
Link copied to clipboard
abstract fun getMimeType(): String
Specifies the content type of a given icon.
string mime_type = 3;
Link copied to clipboard
abstract fun getMimeTypeBytes(): ByteString
Specifies the content type of a given icon.
string mime_type = 3;
Link copied to clipboard
abstract fun getOneofFieldDescriptor(oneof: Descriptors.OneofDescriptor): Descriptors.FieldDescriptor
Link copied to clipboard
abstract fun getRepeatedField(field: Descriptors.FieldDescriptor, index: Int): Any
Link copied to clipboard
abstract fun getRepeatedFieldCount(field: Descriptors.FieldDescriptor): Int
Link copied to clipboard
abstract fun getSize(index: Int): Int
Specifies the sizes that a given icon is available in.
repeated uint32 size = 2;
Link copied to clipboard
abstract fun getSizeCount(): Int
Specifies the sizes that a given icon is available in.
repeated uint32 size = 2;
Link copied to clipboard
abstract fun getSizeList(): List<Integer>
Specifies the sizes that a given icon is available in.
repeated uint32 size = 2;
Link copied to clipboard
abstract fun getSrc(): TrustedResourceUrlProto
Specifies the URI for a given icon.
.webutil.html.types.TrustedResourceUrlProto src = 1;
Link copied to clipboard
abstract fun getSrcOrBuilder(): TrustedResourceUrlProtoOrBuilder
Specifies the URI for a given icon.
.webutil.html.types.TrustedResourceUrlProto src = 1;
Link copied to clipboard
abstract fun getUnknownFields(): UnknownFieldSet
Link copied to clipboard
abstract fun hasField(field: Descriptors.FieldDescriptor): Boolean
Link copied to clipboard
abstract fun hasOneof(oneof: Descriptors.OneofDescriptor): Boolean
Link copied to clipboard
abstract fun hasSrc(): Boolean
Specifies the URI for a given icon.
.webutil.html.types.TrustedResourceUrlProto src = 1;
Link copied to clipboard
abstract fun isInitialized(): Boolean