public static abstract @interface

AppInviteInvitation.IntentBuilder.PlatformMode

implements Annotation
com.google.android.gms.appinvite.AppInviteInvitation.IntentBuilder.PlatformMode

Class Overview

Mode for checking platform types. The supported platforms are PROJECT_PLATFORM_IOS or PROJECT_PLATFORM_ANDROID.

Summary

Constants
int PROJECT_PLATFORM_ANDROID Identifies the platform type as Android when identifying the platform in setOtherPlatformsTargetApplication(int, String)
int PROJECT_PLATFORM_IOS Identifies the platform type as IOS when identifying the platform in setOtherPlatformsTargetApplication(int, String)
[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation

Constants

public static final int PROJECT_PLATFORM_ANDROID

Identifies the platform type as Android when identifying the platform in setOtherPlatformsTargetApplication(int, String)

Constant Value: 2 (0x00000002)

public static final int PROJECT_PLATFORM_IOS

Identifies the platform type as IOS when identifying the platform in setOtherPlatformsTargetApplication(int, String)

Constant Value: 1 (0x00000001)