@Retention(value=SOURCE)
public static @interface InstallReferrer.InstallReferrerStatus
InstallReferrer.STATUS_SERVICE_DISCONNECTED The service got disconnected while attempting to gather.
InstallReferrer.STATUS_OK Install Referrer data is valid.
InstallReferrer.STATUS_SERVICE_UNAVAILABLE Service unavailable at this moment. It may not exist or it may be updating.
InstallReferrer.STATUS_FEATURE_NOT_SUPPORTED Service is not supported on this device.
InstallReferrer.STATUS_DEVELOPER_ERROR An error occurred with the implementation. This should never occur.
InstallReferrer.STATUS_TIMED_OUT A timeout occurred when attempting to gather.
InstallReferrer.STATUS_MISSING_DEPENDENCY An exception indicating the required google dependency is missing from the app.
InstallReferrer.STATUS_NOT_GATHERED An attempt to gather has not yet been made.
InstallReferrer,
Tracker.getInstallReferrer()