CommitBlobResponse 類別

定義

回應以提供批次操作結果 。AppSearchSession#commitBlob

[Android.Runtime.Register("android/app/appsearch/CommitBlobResponse", ApiSince=36, DoNotGenerateAcw=true)]
public sealed class CommitBlobResponse : Java.Lang.Object, Android.OS.IParcelable, IDisposable, Java.Interop.IJavaPeerable
[<Android.Runtime.Register("android/app/appsearch/CommitBlobResponse", ApiSince=36, DoNotGenerateAcw=true)>]
type CommitBlobResponse = class
    inherit Object
    interface IParcelable
    interface IJavaObject
    interface IDisposable
    interface IJavaPeerable
繼承
CommitBlobResponse
屬性
實作

備註

回應以提供批次操作結果 。AppSearchSession#commitBlob

此類別用於檢索對一組 blob handle 進行批次提交操作的結果。

Java 文件 android.app.appsearch.CommitBlobResponse

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

建構函式

名稱 Description
CommitBlobResponse(AppSearchBatchResult)

會產生一個 CommitBlobResponse ,且給定 AppSearchBatchResult了 。

屬性

名稱 Description
Class

回傳此 Object的執行時類別。

(繼承來源 Object)
Creator

回應以提供批次操作結果 。AppSearchSession#commitBlob

Handle

底層 Android 實例的帳號。

(繼承來源 Object)
JniIdentityHashCode

回應以提供批次操作結果 。AppSearchSession#commitBlob

(繼承來源 Object)
JniPeerMembers

回應以提供批次操作結果 。AppSearchSession#commitBlob

PeerReference

回應以提供批次操作結果 。AppSearchSession#commitBlob

(繼承來源 Object)
Result

回傳 AppSearchBatchResult 包含每個 AppSearchBlobHandle提交操作結果的物件。

ThresholdClass

此 API 支援 Mono for Android 基礎架構,並非直接從你的程式碼中使用。

(繼承來源 Object)
ThresholdType

此 API 支援 Mono for Android 基礎架構,並非直接從你的程式碼中使用。

(繼承來源 Object)

方法

名稱 Description
Clone()

建立並回傳此物件的副本。

(繼承來源 Object)
DescribeContents()

回應以提供批次操作結果 。AppSearchSession#commitBlob

Dispose()

回應以提供批次操作結果 。AppSearchSession#commitBlob

(繼承來源 Object)
Dispose(Boolean)

回應以提供批次操作結果 。AppSearchSession#commitBlob

(繼承來源 Object)
Equals(Object)

表示是否有其他物體「等同」於此物。

(繼承來源 Object)
GetHashCode()

回傳物件的雜湊碼值。

(繼承來源 Object)
JavaFinalize()

當垃圾回收判定該物件不再有相關參考時,由垃圾回收器呼叫。

(繼承來源 Object)
Notify()

喚醒一個正在該物件監視器上等待的執行緒。

(繼承來源 Object)
NotifyAll()

喚醒所有等待該物件監視器的執行緒。

(繼承來源 Object)
SetHandle(IntPtr, JniHandleOwnership)

設定 Handle 屬性。

(繼承來源 Object)
ToArray<T>()

回應以提供批次操作結果 。AppSearchSession#commitBlob

(繼承來源 Object)
ToString()

回傳物件的字串表示。

(繼承來源 Object)
UnregisterFromRuntime()

回應以提供批次操作結果 。AppSearchSession#commitBlob

(繼承來源 Object)
Wait()

導致目前執行緒等待被喚醒,通常是透過 <em>通知</><em 或 em>中斷</em> 來喚醒。

(繼承來源 Object)
Wait(Int64, Int32)

會讓目前執行緒等待喚醒,通常是透過 <em>通知</><em 或 em>中斷</em>,或是經過一定的真實時間。

(繼承來源 Object)
Wait(Int64)

會讓目前執行緒等待喚醒,通常是透過 <em>通知</><em 或 em>中斷</em>,或是經過一定的真實時間。

(繼承來源 Object)
WriteToParcel(Parcel, ParcelableWriteFlags)

回應以提供批次操作結果 。AppSearchSession#commitBlob

明確介面實作

名稱 Description
IJavaPeerable.Disposed()

回應以提供批次操作結果 。AppSearchSession#commitBlob

(繼承來源 Object)
IJavaPeerable.DisposeUnlessReferenced()

回應以提供批次操作結果 。AppSearchSession#commitBlob

(繼承來源 Object)
IJavaPeerable.Finalized()

回應以提供批次操作結果 。AppSearchSession#commitBlob

(繼承來源 Object)
IJavaPeerable.JniManagedPeerState

回應以提供批次操作結果 。AppSearchSession#commitBlob

(繼承來源 Object)
IJavaPeerable.SetJniIdentityHashCode(Int32)

回應以提供批次操作結果 。AppSearchSession#commitBlob

(繼承來源 Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates)

回應以提供批次操作結果 。AppSearchSession#commitBlob

(繼承來源 Object)
IJavaPeerable.SetPeerReference(JniObjectReference)

回應以提供批次操作結果 。AppSearchSession#commitBlob

(繼承來源 Object)

擴充方法

名稱 Description
GetJniTypeName(IJavaPeerable)

取得實例 self類型的 JNI 名稱。

JavaAs<TResult>(IJavaPeerable)

試著強制self輸入 TResult,檢查 強制在 Java 端是否有效。

JavaCast<TResult>(IJavaObject)

執行 Android 執行時檢查型別轉換。

JavaCast<TResult>(IJavaObject)

回應以提供批次操作結果 。AppSearchSession#commitBlob

TryJavaCast<TResult>(IJavaPeerable, TResult)

試著強制self輸入 TResult,檢查 強制在 Java 端是否有效。

適用於