TitleTag class
Tags are included in the TitleRecord and describe the represented data asset. Tags improve record searchability and come in handy when bulk searching and filtering licenses. Use either our list of common enumerations or define your own using TitleTag.custom.
Constructors
- TitleTag.advertisingData()
- TitleTag.audio()
- TitleTag.browsingHistory()
- TitleTag.coarseLocation()
- TitleTag.contactInfo()
- TitleTag.contacts()
- TitleTag.crashData()
- TitleTag.creditInfo()
- TitleTag.custom(String customTag)
- Add a custom tag using the format of custom:
- TitleTag.customerSupport()
- TitleTag.deviceId()
- TitleTag.diagnosticData()
- TitleTag.emailAddress()
- TitleTag.financialInfo()
- TitleTag.fitness()
- TitleTag.from(String value)
-
Builds a TitleTag from
value
factory - TitleTag.gameplayContent()
- TitleTag.health()
- TitleTag.messages()
- TitleTag.paymentInfo()
- TitleTag.performanceData()
- TitleTag.phoneNumber()
- TitleTag.photoVideo()
- TitleTag.physicalAddress()
- TitleTag.preciseLocation()
- TitleTag.productInteraction()
- TitleTag.purchaseHistory()
- TitleTag.searchHistory()
- TitleTag.sensitiveInfo()
- TitleTag.usageData()
- TitleTag.userContent()
- TitleTag.userId()
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited