BTNDropinButtonTextCase Constants Reference

Declared in BTNDropinButtonConstants.h

BTNDropinButtonTextCase

Definition

typedef NS_ENUM(NSUInteger, BTNDropinButtonTextCase ) {
   BTNDropinButtonTextCaseDefault,
   BTNDropinButtonTextCaseLower,
   BTNDropinButtonTextCaseUpper,
};

Constants

BTNDropinButtonTextCaseDefault

The default text case (e.g. Request a ride)

Declared In BTNDropinButtonConstants.h.

BTNDropinButtonTextCaseLower

A lowercase representation (e.g. request a ride)

Declared In BTNDropinButtonConstants.h.

BTNDropinButtonTextCaseUpper

An uppercase representation (e.g. REQUEST A RIDE)

Declared In BTNDropinButtonConstants.h.