Show / Hide Table of Contents

    Class AndroidCallbackScheduler

    Inheritance
    System.Object
    CallbackScheduler
    AndroidCallbackScheduler
    Inherited Members
    CallbackScheduler.SENSUS_CALLBACK_KEY
    CallbackScheduler.SENSUS_CALLBACK_INVOCATION_ID_KEY
    CallbackScheduler.ScheduleCallbackAsync(ScheduledCallback)
    CallbackScheduler.ContainsCallback(ScheduledCallback)
    CallbackScheduler.TryGetCallback(String)
    CallbackScheduler.RaiseCallbacksAsync(Regex)
    CallbackScheduler.RaiseCallbackAsync(String, String)
    CallbackScheduler.RaiseCallbackAsync(ScheduledCallback, String)
    CallbackScheduler.TestHealth()
    CallbackScheduler.CancelRaisedCallback(ScheduledCallback)
    CallbackScheduler.UnscheduleCallbackAsync(ScheduledCallback)
    CallbackScheduler.UnscheduleCallbackAsync(String)
    CallbackScheduler.UnscheduleCallbacksAsync(Regex)
    Namespace: Sensus.Android.Callbacks
    Assembly: SensusAndroid.dll
    Syntax
    public class AndroidCallbackScheduler : CallbackScheduler

    Constructors

    AndroidCallbackScheduler(AndroidSensusService)

    Declaration
    public AndroidCallbackScheduler(AndroidSensusService service)
    Parameters
    Type Name Description
    AndroidSensusService service

    Methods

    CancelLocalInvocation(ScheduledCallback)

    Declaration
    protected override void CancelLocalInvocation(ScheduledCallback callback)
    Parameters
    Type Name Description
    ScheduledCallback callback
    Overrides
    CallbackScheduler.CancelLocalInvocation(ScheduledCallback)

    IsCallback(Intent)

    Declaration
    public bool IsCallback(Intent intent)
    Parameters
    Type Name Description
    Android.Content.Intent intent
    Returns
    Type Description
    System.Boolean

    RaiseCallbackAsync(Intent)

    Declaration
    public Task RaiseCallbackAsync(Intent intent)
    Parameters
    Type Name Description
    Android.Content.Intent intent
    Returns
    Type Description
    System.Threading.Tasks.Task

    RequestLocalInvocationAsync(ScheduledCallback)

    Declaration
    protected override Task RequestLocalInvocationAsync(ScheduledCallback callback)
    Parameters
    Type Name Description
    ScheduledCallback callback
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    CallbackScheduler.RequestLocalInvocationAsync(ScheduledCallback)

    TryGetCallback(Intent)

    Declaration
    public ScheduledCallback TryGetCallback(Intent intent)
    Parameters
    Type Name Description
    Android.Content.Intent intent
    Returns
    Type Description
    ScheduledCallback
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX