PlatformType


@Retention(value = RetentionPolicy.SOURCE)
@IntDef(value = [PlatformType.TYPE_UNSPECIFIED, PlatformType.TYPE_ANDROID_TV, PlatformType.TYPE_ANDROID_MOBILE, PlatformType.TYPE_IOS])
annotation PlatformType


Type of the platform.

Summary

Constants

const Int
const Int
const Int
const Int

Constants

TYPE_ANDROID_MOBILE

const val TYPE_ANDROID_MOBILE = 2: Int

TYPE_ANDROID_TV

const val TYPE_ANDROID_TV = 1: Int

TYPE_IOS

const val TYPE_IOS = 3: Int

TYPE_UNSPECIFIED

const val TYPE_UNSPECIFIED = 0: Int