Bold360 and BoldChat Developer Center

BCFormField.h File Reference

#import <Foundation/Foundation.h>

Go to the source code of this file.

Classes

class  BCFormField
 Container class for information about an individual form field. This class also contains the value to be submitted. More...
 

Functions

typedef NS_ENUM (NSInteger, BCFormFieldType)
 The type of a form field. More...
 

Function Documentation

typedef NS_ENUM ( NSInteger  ,
BCFormFieldType   
)

The type of a form field.

Since
Version 1.0

< The form should allow the input of arbitrary text.

< The form should show a selection field with a pre-defined set of options.

< The form should show a radio field with a pre-defined set of options. It is also acceptable to treat this the same as the BCFormFieldTypeSelect type.

< The form should show a rating selection with possible values 1-5. Fractions are not allowed.

< The form should allow the input of arbitrary text resembling a phone number. This can be treated the same as BCFormFieldTypeText but should restrict the keyboard if possible.

< The form should allow the input of arbitrary text resembling an email address. This can be treated the same as BCFormFieldTypeText but should restrict the keyboard if possible.