Profile
6 posts tagged with "Profile"
.profile
The .profile action a default display of a user profile. It belongs to the profile category within the data area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
.profile
clear-profile
The clear-profile action Removes all saved user profile information from your app. It belongs to the profile category within the data area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
clear-profile
new-profile
The new-profile action Creates a fresh profile with default values, replacing any existing data. It belongs to the profile category within the data area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
new-profile
profile
The profile action defines an app user’s profile record data. It belongs to the profile category within the data area.
Action Syntax
profile $variable "text"
profile $variable "text" "text"
profile $variable "text" 123
profile $variable "text" true|false
profile $variable "text" $variable
profile $variable "text" YYYY-MM-DD
profile $variable "text" +imagetag
profile $variable "text" #color
Valid sizes
Tags
email
email value
restore-profile
The restore-profile action Loads your saved profile data or creates a new one if needed. It belongs to the profile category within the data area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
restore-profile
store-profile
The store-profile action Saves your current profile data to device for future use. It belongs to the profile category within the data area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
store-profile