appId property

String? appId
getter/setter pair

A string that uniquely identifies a mobile application.

It should just contain the platform native id, like "com.android.ebay" for Android or "12345689" for iOS.

Required.

Implementation

core.String? appId;