get Template Field At Index
Returns the value for the given template field key at the specified index.
Return
the desired notification action field value or the empty string if not present
Parameters
the index of the desired template
Notification bundle containing the data
the template of the action field
Returns the value for the given template field key at the specified index.
Return
the desired notification action field value or the empty string if not present
Parameters
the index of the desired template
Notification bundle containing the data
the template of the action field
the default value to return if the value for the key in notificationExtras is null.
Returns the boolean value for the given template field key at the specified index.
Return
the desired notification action field value or the empty string if not present
Parameters
the index of the desired template
Notification bundle containing the data
the template of the action field
the default value to return if the value for the key in notificationExtras is null or can't be parsed as a boolean.
Returns the boolean value for the given template field key at the specified index.
Return
the desired notification action field value or the empty string if not present
Parameters
the index of the desired template
Notification bundle containing the data
the template of the action field
the default value to return if the value for the key in notificationExtras is null or can't be parsed as a long.