Lingua

RecognitionService.Callback.CallingAttributionSource Proprietà

Definizione

Ottiene l'identità dell'autorizzazione dell'app chiamante.

public virtual Android.Content.AttributionSource CallingAttributionSource { [Android.Runtime.Register("getCallingAttributionSource", "()Landroid/content/AttributionSource;", "GetGetCallingAttributionSourceHandler", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getCallingAttributionSource", "()Landroid/content/AttributionSource;", "GetGetCallingAttributionSourceHandler", ApiSince=31)>]
member this.CallingAttributionSource : Android.Content.AttributionSource

Valore della proprietà

Identità dell'autorizzazione dell'app chiamante.

Attributi

Commenti

Ottiene l'identità dell'autorizzazione dell'app chiamante. Se si vuole attribuire l'accesso al microfono all'app chiamante, è possibile creare un contesto di attribuzione tramite android.content.Context#createContext(android.content.ContextParams) e passare questa identità a android.content.ContextParams.Builder#setNextAttributionSource(AttributionSource).

per android.speech.RecognitionService.Callback.getCallingAttributionSource().

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a