Classes

  • Entry point for Embrace SDK.

    See more

    Declaration

    Objective-C

    @interface Embrace : NSObject

    Swift

    class Embrace : NSObject
  • The EMBDelegate is used to notify the application of updates from the Embrace.io SDK. Currently the only update that will be delivered is whether the Embrace.io SDK is active for the given app launch.

    See more

    Declaration

    Objective-C

    @protocol EmbraceDelegate <NSObject>

    Swift

    protocol EmbraceDelegate : NSObjectProtocol