DeleteReason

public abstract @interface DeleteReason implements Annotation

Reason for deletion.

Constant Summary

int DELETE_REASON_ACCOUNT_DELETION
int DELETE_REASON_LOSS_OF_CONSENT
int DELETE_REASON_OTHER
int DELETE_REASON_UNSPECIFIED
int DELETE_REASON_USER_LOG_OUT

Inherited Method Summary

Constants

public static final int DELETE_REASON_ACCOUNT_DELETION

Constant Value: 2
Constant Value: 1

public static final int DELETE_REASON_OTHER

Constant Value: 4

public static final int DELETE_REASON_UNSPECIFIED

Constant Value: 0

public static final int DELETE_REASON_USER_LOG_OUT

Constant Value: 3