共用方式為


UserNotificationUpdateResult 類別

  • java.lang.Object
    • NativeBase
      • com.microsoft.connecteddevices.userdata.usernotifications.UserNotificationUpdateResult

public class UserNotificationUpdateResult

這個類別提供嘗試更新通知狀態的成功和失敗狀態。

建構函式摘要

建構函式 Description
UserNotificationUpdateResult(NativeObject nativeObject)

方法摘要

修飾詞與類型 方法與描述
String getNotificationId()

取得對應至此更新結果的通知識別碼。

boolean getSucceeded()

取得結果的值 - 成功或失敗。

建構函式詳細資料

UserNotificationUpdateResult

protected UserNotificationUpdateResult(NativeObject nativeObject)

Parameters:

nativeObject

方法詳細資料

getNotificationId

public String getNotificationId()

取得對應至此更新結果的通知識別碼。

getSucceeded

public boolean getSucceeded()

取得結果的值 - 成功或失敗。

適用於