通过


UserDataFeedPlatforms 类

  • java.lang.Object
    • SDKLoader
      • com.microsoft.connecteddevices.userdata.UserDataFeedPlatforms

public class UserDataFeedPlatforms

提供对 UserDataFeedSyncScope.setPlatform 有效的平台

方法摘要

修饰符和类型 方法和描述
native String all()
native String android()
native String iOS()
native String linux()
native String windows32()
native String windowsUWP()

方法详细信息

all

public static native String all()

android

public static native String android()

iOS

public static native String iOS()

linux

public static native String linux()

windows32

public static native String windows32()

windowsUWP

public static native String windowsUWP()

适用于