Show / Hide Table of Contents

    Class AndroidTelephonyOutgoingBroadcastReceiver

    Listens for new outgoing calls. See AndroidTelephonyIdleIncomingListener for why we need both classes.

    Inheritance
    System.Object
    AndroidTelephonyOutgoingBroadcastReceiver
    Namespace: Sensus.Android.Probes.Communication
    Assembly: SensusAndroid.dll
    Syntax
    public class AndroidTelephonyOutgoingBroadcastReceiver : BroadcastReceiver

    Constructors

    AndroidTelephonyOutgoingBroadcastReceiver()

    Declaration
    public AndroidTelephonyOutgoingBroadcastReceiver()

    Methods

    OnReceive(Context, Intent)

    Declaration
    public override void OnReceive(Context context, Intent intent)
    Parameters
    Type Name Description
    Android.Content.Context context
    Android.Content.Intent intent

    Events

    OUTGOING_CALL

    Declaration
    public static event EventHandler<string> OUTGOING_CALL
    Event Type
    Type Description
    System.EventHandler<System.String>
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX