resType property

ResourceType resType
final

The resource type of the notification icon. If the resource is in the drawable folder, set it to ResourceType.drawable, if the resource is in the mipmap folder, set it to ResourceType.mipmap.

Implementation

final ResourceType resType;