StaticStringArrayResolver

data class StaticStringArrayResolver(value: Array<String>) : StringArrayResolver

A StringArrayResolver that always returns the given value.

Constructors

Link copied to clipboard
fun StaticStringArrayResolver(value: Array<String>)

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun get(context: Context): Array<String>

Resolves a string array based on the given Context.

Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)