public static interface BeaconManager.TransitionCallback
修飾子とタイプ | メソッドと説明 |
---|---|
void |
onContentFound(Beacon beacon,
Content content)
ビーコン連動コンテンツが見つかった場合のコールバック
|
void |
onTransitionEnter(Beacon beacon)
ビーコン検出範囲内に入った時のコールバック
|
void |
onTransitionExit(Beacon beacon)
ビーコン検出範囲内から出た時のコールバック
|