public static abstract @interface AppInviteInvitation.IntentBuilder.PlatformMode
implements Annotation
Mode for checking platform types. The supported platforms are
PROJECT_PLATFORM_IOS
or
PROJECT_PLATFORM_ANDROID
.
Constant Summary
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) |
Inherited Method Summary
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
public static final int PROJECT_PLATFORM_IOS
Identifies the platform type as IOS when identifying the platform in
setOtherPlatformsTargetApplication(int, String)
Constant Value: 1