sdk-maps-ui-extensions / com.tomtom.online.sdk.map.ui.arrowbuttons / ArrowButton / <init>

<init>

ArrowButton(context: Context!)

Default constructor that uses context to initialize this subclass of AppCompatImageView.

Parameters

context - Context!: view context.

ArrowButton(context: Context!, attrs: AttributeSet!)

Custom constructor to provide custom set of attributes.

Parameters

context - Context!: view context.

attrs - AttributeSet!: set of custom attributes.

ArrowButton(context: Context!, attrs: AttributeSet!, defStyleAttr: Int)

Custom constructor to provide custom set of attributes and a reference to default style resource.

Parameters

context - Context!: view context.

attrs - AttributeSet!: set of custom attributes.

defStyleAttr - Int: attribute that contains a reference to a style resource, that supplies default values for styled attributes. Should be different than 0 in this constructor, otherwise use ArrowButton#ArrowButton(Context, AttributeSet).