ContentLauncherTrait.AdditionalInfoStruct

class ContentLauncherTrait.AdditionalInfoStruct


Additional name-value pairs that can be used to identify content.

Summary

Public constructors

Creates the AdditionalInfoStruct class.

Public properties

String

The name of the external ID.

String

The value of the external ID.

Public constructors

AdditionalInfoStruct

AdditionalInfoStruct(name: String = "", value: String = "")

Creates the AdditionalInfoStruct class.

Public properties

name

val nameString

The name of the external ID.

value

val valueString

The value of the external ID.