AppEngagePublishStatusCode


@Retention(value = RetentionPolicy.SOURCE)
@IntDef(value = [AppEngagePublishStatusCode.PUBLISHED, AppEngagePublishStatusCode.NOT_PUBLISHED_REQUIRES_SIGN_IN, AppEngagePublishStatusCode.NOT_PUBLISHED_REQUIRES_SUBSCRIPTION, AppEngagePublishStatusCode.NOT_PUBLISHED_INELIGIBLE_LOCATION, AppEngagePublishStatusCode.NOT_PUBLISHED_REQUIRES_USER_PERMISSION, AppEngagePublishStatusCode.NOT_PUBLISHED_NO_ELIGIBLE_CONTENT, AppEngagePublishStatusCode.NOT_PUBLISHED_CLIENT_ERROR, AppEngagePublishStatusCode.NOT_PUBLISHED_SERVICE_ERROR, AppEngagePublishStatusCode.NOT_PUBLISHED_FEATURE_DISABLED_BY_CLIENT, AppEngagePublishStatusCode.NOT_PUBLISHED_OTHER])
annotation AppEngagePublishStatusCode


Publish Status code raised when sending request to AppEngageService.

Summary

Constants

NOT_PUBLISHED_CLIENT_ERROR

const val NOT_PUBLISHED_CLIENT_ERROR = 7: Int

NOT_PUBLISHED_FEATURE_DISABLED_BY_CLIENT

const val NOT_PUBLISHED_FEATURE_DISABLED_BY_CLIENT = 9: Int

NOT_PUBLISHED_INELIGIBLE_LOCATION

const val NOT_PUBLISHED_INELIGIBLE_LOCATION = 3: Int

NOT_PUBLISHED_NO_ELIGIBLE_CONTENT

const val NOT_PUBLISHED_NO_ELIGIBLE_CONTENT = 6: Int

NOT_PUBLISHED_OTHER

const val NOT_PUBLISHED_OTHER = 4: Int

NOT_PUBLISHED_REQUIRES_SIGN_IN

const val NOT_PUBLISHED_REQUIRES_SIGN_IN = 1: Int

NOT_PUBLISHED_REQUIRES_SUBSCRIPTION

const val NOT_PUBLISHED_REQUIRES_SUBSCRIPTION = 2: Int

NOT_PUBLISHED_REQUIRES_USER_PERMISSION

const val NOT_PUBLISHED_REQUIRES_USER_PERMISSION = 5: Int

NOT_PUBLISHED_SERVICE_ERROR

const val NOT_PUBLISHED_SERVICE_ERROR = 8: Int

PUBLISHED

const val PUBLISHED = 0: Int